home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 347
- Height = 285
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Caption = 'Server:'
- end
- object Label2: TLabel
- Left = 8
- Top = 36
- Width = 56
- Height = 13
- Caption = 'User Name:'
- end
- object Label3: TLabel
- Left = 8
- Top = 64
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object ServerEdit: TEdit
- Left = 72
- Top = 4
- Width = 249
- Height = 21
- TabOrder = 0
- Text = 'ServerEdit'
- end
- object UserNameEdit: TEdit
- Left = 72
- Top = 32
- Width = 249
- Height = 21
- TabOrder = 1
- Text = 'UserNameEdit'
- end
- object PasswordEdit: TEdit
- Left = 72
- Top = 60
- Width = 249
- Height = 21
- TabOrder = 2
- Text = 'PasswordEdit'
- end
- object BodyMemo: TMemo
- Left = 8
- Top = 128
- Width = 321
- Height = 121
- Lines.Strings = (
- 'BodyMemo')
- TabOrder = 3
- end
- object RetrieveButton: TButton
- Left = 128
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Retrieve'
- TabOrder = 4
- OnClick = RetrieveButtonClick
- end
- object msPOPClient1: TmsPOPClient
- Version = '2.0'
- Port = 110
- MailMessage = msMessage1
- Left = 192
- Top = 176
- end
- object msMessage1: TmsMessage
- ContentType = 'text/plain'
- Version = '2.0'
- ReturnReceipt = False
- Left = 240
- Top = 176
- end
- end
-